projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b69a4d
)
Remove some compat code from gnus.el
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 12 Aug 2020 17:33:50 +0000
(19:33 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 12 Aug 2020 17:54:48 +0000
(19:54 +0200)
* lisp/gnus/gnus.el: Remove a check for a function that is always
defined.
lisp/gnus/gnus.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus.el
b/lisp/gnus/gnus.el
index 68e2ce772c24f443d26ea80107966f04298082da..cecf4d4fb49ac7e9b77c3c00cc8466e4587eb2e1 100644
(file)
--- a/
lisp/gnus/gnus.el
+++ b/
lisp/gnus/gnus.el
@@
-1029,8
+1029,7
@@
Check the NNTPSERVER environment variable and the
;; `M-x customize-variable RET gnus-select-method RET' should work without
;; starting or even loading Gnus.
-;;;###autoload(when (fboundp 'custom-autoload)
-;;;###autoload (custom-autoload 'gnus-select-method "gnus"))
+;;;###autoload(custom-autoload 'gnus-select-method "gnus")
(defcustom gnus-select-method
(list 'nntp (or (gnus-getenv-nntpserver)